Start and Stop on UNIX/LINUX

All requested Areas are started by the installation procedure.

The start-up and shutdown procedures are inserted in the system boot tables.

Start-up services are declared as in the following run levels:

DUAS_<COMPANY>_<node>0:off1:off2:off3:on4:on5:on6:off

The starting and stopping procedures must be executed under the administrative account that has installed the Company.

Start

Load the logical environment:

. /var/opt/AUTOMIC/DUAS/<COMPANY>_<node>/unienv.ksh

Then run the following command to start the instance:

${UNI_DIR_EXEC}/unistart

Or run the following command to start the instance in Maintenance Mode . Only the IO server of the Production area will be started.

${UNI_DIR_EXEC}/unistart -m

Stop

Load the logical environment:

. /var/opt/AUTOMIC/DUAS/<COMPANY>_<node>/unienv.ksh

Then run the following command to stop the instance:

${UNI_DIR_EXEC}/unistop

Start or Stop from a Uproc Script

To start or stop another Dollar Universe instance (Company - node), the Uproc script must:

  1. Execute the logical environment of the Company to start / stop. Be careful, the path must be reachable.
  2. Execute the command to stop or start the Company.

For example, to stop the Company UNIV00 on the node saturn, the Uproc script should contain the following line:

. /universe/data/DUAS/UNIV00/saturn/unienv.ksh

${UNI_DIR_EXEC}/unistop

As of version 6.10.41, documentation new updates are posted on the Broadcom Techdocs Portal.
Look for Dollar Universe.